SftTree/OCX 7.0

SftTree.ButtonCollapsedHot Property

Softel vdm, Inc.

Defines the expand/collapse button for a collapsed parent item when the mouse cursor is over the expand/collapse button.

Syntax       

Get

VB.NET

refImageObj = object.ButtonCollapsedHot  As SftPictureObject

VB

Set refImageObj = object.ButtonCollapsedHot  As SftPictureObject

C#.NET

SftPictureObject refImageObj = object.ButtonCollapsedHot;

VC++

ISftPictureObject* refImageObj = object->ButtonCollapsedHot;
ISftPictureObject* refImageObj = object->GetButtonCollapsedHot();

C

HRESULT object->get_ButtonCollapsedHot(ISftPictureObject** refImageObj);

Delphi

refImageObj := object.ButtonCollapsedHot  : ISftPictureObject;

Put

VB.NET

object.ButtonCollapsedHot = refImageObj  As SftPictureObject

VB

object.ButtonCollapsedHot = refImageObj  As SftPictureObject

C#.NET

SftPictureObject object.ButtonCollapsedHot = refImageObj;

VC++

ISftPictureObject* object->ButtonCollapsedHot = refImageObj;
void object->PutButtonCollapsedHot(ISftPictureObject* refImageObj);

C

HRESULT object->put_ButtonCollapsedHot(ISftPictureObject* refImageObj);

Delphi

object.ButtonCollapsedHot := refImageObj  : ISftPictureObject;

object

A SftTree object.

refImageObj

Defines the expand/collapse button for a collapsed parent item when the mouse cursor is over the expand/collapse button.

Comments

The ButtonCollapsedHot property defines the expand/collapse button for a collapsed parent item when the mouse cursor is over the expand/collapse button.

If the ButtonCollapsedHot property is set to Null/Nothing, the image defined using the ButtonCollapsed property is used instead.

User-defined expand/collapse button images are only used if the ButtonAppearance property is set to buttonsSftTreeUserImages and at least the ButtonExpanded and ButtonCollapsed properties define valid images.

Sample bitmaps for expand/collapse buttons are provided in the directory \Program Files\Softelvdm\SftTree OCX 7.0\Images.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com